home *** CD-ROM | disk | FTP | other *** search
/ funcom 2000 Presskit / 000721_1312 (fun.com).iso / index.dir / 00003_Script_show clapper < prev    next >
Text File  |  2000-04-18  |  364b  |  19 lines

  1. on mouseWithin me
  2.   set the loch of sprite 21 to the loch of sprite (the spriteNum of me)-20
  3.   set the visible of sprite 21 to 1
  4. end
  5.  
  6. on mouseLeave me
  7.   set the visible of sprite 21 to 0
  8. end
  9.  
  10. on mouseDown me
  11.   set the blend of sprite 21 to 30
  12. end
  13.  
  14. on mouseUp
  15.   global film
  16.   set the blend of sprite 21 to 10
  17.   go to frame 20  of movie (film)
  18. end
  19.